Uses of Class
com.sabro.jbusiness.sys.SysTarefa.TipoObjeto

Packages that use SysTarefa.TipoObjeto
com.sabro.jbusiness.sys   
 

Uses of SysTarefa.TipoObjeto in com.sabro.jbusiness.sys
 

Methods in com.sabro.jbusiness.sys that return SysTarefa.TipoObjeto
static SysTarefa.TipoObjeto SysTarefa.TipoObjeto.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefa.TipoObjeto[] SysTarefa.TipoObjeto.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sabro.jbusiness.sys with parameters of type SysTarefa.TipoObjeto
static void SysTarefa.montaMenuObjeto(SysConexao sysConexao, SysTarefa.TipoObjeto tipoObjeto, javax.swing.JPopupMenu jPopupMenu, javax.swing.JToolBar jToolBar, java.util.HashMap<java.lang.String,SysTarefa> sysTarefaByName, java.util.Timer timer, java.util.Map<java.lang.String,java.lang.Object> parameters)